vcProgramExecutor
Behavior for running robot programs.
See in: Overview
Module: vcRobotics2
Parent: vcBehavior
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Controller | vcBehavior | RW | Gets or sets the associated controller. |
| DigitalInputSignals | vcBehavior | RW | Gets or sets the associated digital input map.See moreExceptions: ValueError: When the assigned behavior type is invalid. TypeError: When the assignment fails. |
| DigitalOutputSignals | vcBehavior | RW | Gets or sets the associated digital output map.See moreExceptions: ValueError: When the assigned behavior type is invalid. TypeError: When the assignment fails. |
| ProgramManager | vcRobotProgramManager | R | Gets the program manager. |